home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 128
- Top = 139
- BorderStyle = bsDialog
- Caption = 'GT Image Viewer (c) Guildhall Leisure Services - Help'
- ClientHeight = 206
- ClientWidth = 535
- Color = clInfoBk
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object StaticText1: TStaticText
- Left = 8
- Top = 0
- Width = 137
- Height = 25
- AutoSize = False
- Caption = 'Installing Fonts:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- TabOrder = 0
- end
- object Memo1: TMemo
- Left = 8
- Top = 24
- Width = 521
- Height = 153
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'To add a new font to your computer,'
- ''
-
- '1) On the Windows(tm) Toolbar, click '#39'START'#39', '#39'SETTINGS'#39', '#39'CONT' +
- 'ROL PANEL'#39' and then select '#39'FONTS'#39' '
- 'to open your fonts folder'
- '2) On the File menu, click Install New Font.'
-
- '3) Click the drive and folder that contain the fonts you want t' +
- 'o add. (ie D:\WEB_GFX\fonts\ttf)'
- '4) Double-click the icon for the font you want to add.'
- ''
- 'Tip'
- ''
-
- 'To select more than one font to add, press and hold down the CTR' +
- 'L key, and then click the fonts you want.')
- ParentFont = False
- TabOrder = 1
- end
- object Button1: TButton
- Left = 8
- Top = 184
- Width = 89
- Height = 17
- Caption = 'Close'
- ModalResult = 1
- TabOrder = 2
- end
- end
-